![]() |
QDJShieldCursorProcPtr |
||||
Header: | Quickdraw.h | Carbon status: | Supported | |
typedef void(* QDJShieldCursorProcPtr) ( SInt16 left, SInt16 top, SInt16 right, SInt16 bottom );
You would declare your function like this if you were to name it MyQDJShieldCursorCallback:
void MyQDJShieldCursorCallback ( SInt16 left, SInt16 top, SInt16 right, SInt16 bottom );
Supported in Carbon.
© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)